[INFO] cloning repository https://github.com/Adri-Coding-Dev/CRUD_RUST_Practica_Personal
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Adri-Coding-Dev/CRUD_RUST_Practica_Personal" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAdri-Coding-Dev%2FCRUD_RUST_Practica_Personal", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAdri-Coding-Dev%2FCRUD_RUST_Practica_Personal'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a01b938451108ea810ed6bd3c841841ed42ec836
[INFO] fixing Adri-Coding-Dev/CRUD_RUST_Practica_Personal against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAdri-Coding-Dev%2FCRUD_RUST_Practica_Personal" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Adri-Coding-Dev/CRUD_RUST_Practica_Personal
[INFO] finished tweaking git repo https://github.com/Adri-Coding-Dev/CRUD_RUST_Practica_Personal
[INFO] tweaked toml for git repo https://github.com/Adri-Coding-Dev/CRUD_RUST_Practica_Personal written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Adri-Coding-Dev/CRUD_RUST_Practica_Personal on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Adri-Coding-Dev/CRUD_RUST_Practica_Personal already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 3dcc1c4a8ec9cb5389bd922be82bcba6149a9c45c74950323e040fc3bf3e4b8e
[INFO] running `Command { std: "docker" "start" "3dcc1c4a8ec9cb5389bd922be82bcba6149a9c45c74950323e040fc3bf3e4b8e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3dcc1c4a8ec9cb5389bd922be82bcba6149a9c45c74950323e040fc3bf3e4b8e" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3dcc1c4a8ec9cb5389bd922be82bcba6149a9c45c74950323e040fc3bf3e4b8e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3dcc1c4a8ec9cb5389bd922be82bcba6149a9c45c74950323e040fc3bf3e4b8e" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.6
[INFO] [stderr]     Checking crud_practica_Directo v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `Utc`
[INFO] [stdout]  --> src/utils.rs:3:14
[INFO] [stdout]   |
[INFO] [stdout] 3 | use chrono::{Utc, Local};
[INFO] [stdout]   |              ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::cuenta`
[INFO] [stdout]  --> src/gestor_banco.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use crate::cuenta;
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Utc`
[INFO] [stdout]  --> src/utils.rs:3:14
[INFO] [stdout]   |
[INFO] [stdout] 3 | use chrono::{Utc, Local};
[INFO] [stdout]   |              ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::cuenta`
[INFO] [stdout]  --> src/gestor_banco.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use crate::cuenta;
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0615]: attempted to take value of method `to_string_cuenta` on type `&Cuenta`
[INFO] [stdout]   --> src/gestor_banco.rs:52:30
[INFO] [stdout]    |
[INFO] [stdout] 52 |             println!("{}", c.to_string_cuenta);
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^^ method, not a field
[INFO] [stdout]    |
[INFO] [stdout] help: use parentheses to call the method
[INFO] [stdout]    |
[INFO] [stdout] 52 |             println!("{}", c.to_string_cuenta());
[INFO] [stdout]    |                                              ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0615]: attempted to take value of method `to_string_cuenta` on type `&Cuenta`
[INFO] [stdout]   --> src/gestor_banco.rs:52:30
[INFO] [stdout]    |
[INFO] [stdout] 52 |             println!("{}", c.to_string_cuenta);
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^^ method, not a field
[INFO] [stdout]    |
[INFO] [stdout] help: use parentheses to call the method
[INFO] [stdout]    |
[INFO] [stdout] 52 |             println!("{}", c.to_string_cuenta());
[INFO] [stdout]    |                                              ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/main.rs:60:54
[INFO] [stdout]    |
[INFO] [stdout] 60 |                     mi_gestor.listar_cuentas_cliente(cliente);
[INFO] [stdout]    |                               ---------------------- ^^^^^^^ expected `&Cliente`, found `Option<&mut Cliente>`
[INFO] [stdout]    |                               |
[INFO] [stdout]    |                               arguments to this method are incorrect
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected reference `&Cliente`
[INFO] [stdout]                    found enum `Option<&mut Cliente>`
[INFO] [stdout] note: method defined here
[INFO] [stdout]   --> src/gestor_banco.rs:44:12
[INFO] [stdout]    |
[INFO] [stdout] 44 |     pub fn listar_cuentas_cliente(&mut self,usuario: &Cliente){
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^           -----------------
[INFO] [stdout] help: consider using `Option::expect` to unwrap the `Option<&mut Cliente>` value, panicking if the value is an `Option::None`
[INFO] [stdout]    |
[INFO] [stdout] 60 |                     mi_gestor.listar_cuentas_cliente(cliente.expect("REASON"));
[INFO] [stdout]    |                                                             +++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/main.rs:60:54
[INFO] [stdout]    |
[INFO] [stdout] 60 |                     mi_gestor.listar_cuentas_cliente(cliente);
[INFO] [stdout]    |                               ---------------------- ^^^^^^^ expected `&Cliente`, found `Option<&mut Cliente>`
[INFO] [stdout]    |                               |
[INFO] [stdout]    |                               arguments to this method are incorrect
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected reference `&Cliente`
[INFO] [stdout]                    found enum `Option<&mut Cliente>`
[INFO] [stdout] note: method defined here
[INFO] [stdout]   --> src/gestor_banco.rs:44:12
[INFO] [stdout]    |
[INFO] [stdout] 44 |     pub fn listar_cuentas_cliente(&mut self,usuario: &Cliente){
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^           -----------------
[INFO] [stdout] help: consider using `Option::expect` to unwrap the `Option<&mut Cliente>` value, panicking if the value is an `Option::None`
[INFO] [stdout]    |
[INFO] [stdout] 60 |                     mi_gestor.listar_cuentas_cliente(cliente.expect("REASON"));
[INFO] [stdout]    |                                                             +++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0308, E0615.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0308, E0615.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `crud_practica_Directo` (bin "crud_practica_Directo" test) due to 2 previous errors; 2 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `crud_practica_Directo` (bin "crud_practica_Directo") due to 2 previous errors; 2 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "3dcc1c4a8ec9cb5389bd922be82bcba6149a9c45c74950323e040fc3bf3e4b8e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3dcc1c4a8ec9cb5389bd922be82bcba6149a9c45c74950323e040fc3bf3e4b8e", kill_on_drop: false }`
[INFO] [stdout] 3dcc1c4a8ec9cb5389bd922be82bcba6149a9c45c74950323e040fc3bf3e4b8e
